Skip to content

Conversation

cybercoded
Copy link
Contributor

This PR updates the README to explicitly describe what load_dotenv() does.

  • Makes it clear that load_dotenv() reads key-value pairs from a .env file and sets them in os.environ.
  • States that existing environment variables are not overridden unless override=True is passed.
  • Removes redundant wording for clarity.

This addresses the documentation gap highlighted in issue #571.

Fixes #571

@theskumar
Copy link
Owner

Thank you! 💟

@theskumar theskumar merged commit 9f722ce into theskumar:main Oct 14, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improving the README

2 participants